From: Daniel Golle Date: Sat, 19 Jul 2025 01:22:16 +0000 (+0100) Subject: mesa: requires libatomic also on older ARM and ARMEB platforms X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=a35ca4c7139057ed47db9063a4cf77987b0abef8;p=feed%2Fvideo.git mesa: requires libatomic also on older ARM and ARMEB platforms Add dependency on libatomic also for non-ARMv6 ARM targets as well as big-endian ARM (xscale). Obviously they are all unlikely to ever actually use Mesa. Signed-off-by: Daniel Golle --- diff --git a/libs/mesa/Makefile b/libs/mesa/Makefile index b7f5805..a3f3c9d 100644 --- a/libs/mesa/Makefile +++ b/libs/mesa/Makefile @@ -64,7 +64,7 @@ define Package/mesa/Default SECTION:=libs CATEGORY:=Libraries SUBMENU:=Video - DEPENDS:=+(powerpc||mips||mipsel):libatomic + DEPENDS:=+((arm&&!arm_v7)||armeb||powerpc||mips||mipsel):libatomic TITLE:=Mesa3D URL:=https://www.mesa3d.org endef